home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / K_O / NAS121.ZIP / NASPAINT.EXE / FONT2.FNT < prev    next >
Text File  |  1995-03-23  |  3KB  |  100 lines

  1. ; Note: lines starting with a semicolon are comment lines
  2. ; NAME: refers to the name that the program will
  3. ;    use in the menus.  It must be _very_ short.
  4. ; PCXNAME: the name of the pcx file that contains the
  5. ;    artwork for the font.
  6. ; WIDTH: average width of the font.
  7. ; HEIGHT: average height of the font.
  8. ;
  9. ; Both HEIGHT and WIDTH are used to set the size of the
  10. ; spacing of the font.
  11. ;
  12.  
  13. NAME ABC 2
  14. PCXNAME paintkit\font0002.pcx
  15. WIDTH  11
  16. HEIGHT 12
  17.  
  18. ; FONT definitions:
  19. ; What follows is the list of the font definitions;
  20. ; The letter between the quotes '' is the letter
  21. ; that is defined.  The next four coordinates
  22. ; refer to the screen area that is used.
  23. ; For example, the first line:
  24. ;    DEFINE 'A'    18     2     32     13
  25. ; Defines the letter 'A' with the PCX file coordinates
  26. ; of upper coordinate: (18, 2) to the lower coordinate:
  27. ; (32, 13).  Note: The lower coordinate is _one larger than_
  28. ; the actual size of the box.
  29.  
  30. ; uppercase
  31. DEFINE 'A'    0     68     12     80
  32. DEFINE 'B'    17     68     27     80
  33. DEFINE 'C'    34     68     43     80
  34. DEFINE 'D'    50     68     61     79
  35. DEFINE 'E'    60     68     75     80
  36. DEFINE 'F'    83     68     90     80
  37. DEFINE 'G'    97     68     110     80
  38. DEFINE 'H'    21    119    32    131
  39. DEFINE 'I'    116     68     119     80
  40. DEFINE 'J'    126     68     133     80
  41. DEFINE 'K'    0     85     11     97
  42. DEFINE 'L'    17     85     24     97
  43. DEFINE 'M'    30     85     45     97
  44.  
  45. DEFINE 'N'    45     85     64     97
  46. DEFINE 'O'    71     85     84     97
  47. DEFINE 'P'    91     85     100     97
  48. DEFINE 'Q'    107     85     120     98
  49. DEFINE 'R'    127     85     137     97
  50. DEFINE 'S'    0     102     8     114
  51. DEFINE 'T'    14     102     23     114
  52. DEFINE 'U'    29     102     40     114
  53. DEFINE 'V'    46     102     59     114
  54. DEFINE 'W'    63     102     80     114
  55. DEFINE 'X'    84     102     96     114
  56. DEFINE 'Y'    101     102     112     114
  57. DEFINE 'Z'    116     102     127     114
  58.     
  59. ; lowercase
  60. DEFINE 'a'    0     17     9     29
  61. DEFINE 'b'    16     17     25     29
  62. DEFINE 'c'    32     17     38     29
  63. DEFINE 'd'    45     17     54     29
  64. DEFINE 'e'    61     17     70     29
  65. DEFINE 'f'    75     17     80     28
  66. DEFINE 'g'    87     17     96     33
  67. DEFINE 'h'    0    119    9    131          
  68. DEFINE 'i'    103     17     106     29
  69. DEFINE 'j'    113     17     116     33
  70. DEFINE 'k'    0     34     10     46
  71. DEFINE 'l'    16     34     19     46
  72. DEFINE 'm'    26     34     41     46
  73.  
  74. DEFINE 'n'    47     34     56     46
  75. DEFINE 'o'    63     34     72     46
  76. DEFINE 'p'    79     34     88     50
  77. DEFINE 'q'    95     34     104     50
  78. DEFINE 'r'    111     34     118     46
  79. DEFINE 's'    0     51     7     63
  80. DEFINE 't'    13     51     18     63
  81. DEFINE 'u'    24     51     33     63
  82. DEFINE 'v'    39     51     49     63
  83. DEFINE 'w'    54     51     68     63
  84. DEFINE 'x'    73     51     83     63
  85. DEFINE 'y'    87     51     97     67
  86. DEFINE 'z'    101     51     110     63
  87.     
  88. ; numbers
  89. DEFINE '0'    144     0    153     12
  90. DEFINE '1'    0     0    6     12
  91. DEFINE '2'    15     0    25     12
  92. DEFINE '3'    32     0    41     12
  93. DEFINE '4'    47     0    57     12
  94. DEFINE '5'    64     0    73     12
  95. DEFINE '6'    80     0    89     12
  96. DEFINE '7'    95     0    105     12
  97. DEFINE '8'    112     0    121     12
  98. DEFINE '9'    128     0    137     12
  99.